home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / grafik / xfig_v1.7 / doc / makeps < prev    next >
Encoding:
Text File  |  1995-08-22  |  170 b   |  10 lines

  1. #!/bin/csh 
  2. echo This will make the xfig.ps file
  3. echo -n psroffing...
  4. psroff -t -man xfig.man > xfig.ps
  5. echo ""
  6. echo -n zipping...
  7. gzip -v xfig.ps
  8. echo done
  9. ls -l xfig.*
  10.